services.git-sync.repositories.<name>.uri

The URI of the remote to be synchronized. This is only used in the event that the directory does not already exist. See https://git-scm.com/docs/git-clone#_git_urls for the supported URIs.

This option is not supported on Darwin.

Type
string
Example
"git+ssh://user@example.com:/~[user]/path/to/repo.git"
Declared
<home-manager/modules/services/git-sync.nix>